body {
    width: 100%;
    min-width: 320px;
    font-family: "Times New Roman","Microsoft YaHei";
    color: #333;
    position: relative;
    line-height: 1;
}
/*公共*/
@keyframes show
{
    from {opacity: 0;}
    to {opacity: 1;}
}
.clear {
    clear: both;
    float: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.flex-display {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-flex1 {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-alignC {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.flex-wrap{ -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.flex-column { -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
.flex-recolumn {
    flex-direction:  column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}
.flex-space-around{ -webkit-justify-content:space-around; justify-content:space-around;}
.flex-space-between{ -webkit-justify-content:space-between; justify-content:space-between;}
.flex-center{ -webkit-justify-content:center; justify-content:center;}
.flex-end{ -webkit-justify-content:flex-end; justify-content:flex-end;}

.red{
    color: red;
}

.padding-left-xxl {
    padding-left: 60px;
}
.margin-right-xl{
    margin-right: 50px;
}



.justityp{
    text-align: justify;word-break:break-all;width:262px;margin:8px auto 0;line-height: 17px!important;
}
/*顶部图片阴影部分*/
.top-bg{
    width: 100%;
    position: relative;
   line-height: 0;

}
.swiper-topbg:hover .bg-shade{
    animation: show 5s forwards;
    -moz-animation: show 5s forwards;	/* Firefox */
    -webkit-animation: show 5s forwards;	/* Safari 和 Chrome */
    -o-animation: show 5s forwards;
    /*opacity: 1;*/
    /*display: block;*/
}
.swipershade{
    opacity: 0;
}
.top-bg .bg-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(51,51,51,0.6); ;
    top: 0;
    padding: 1% 15% 1% 15% ;
    box-sizing: border-box;
    z-index: 10;

    /*display: none;*/

}
.top-bg .bg-shade>img{
    width: 68px;
    /*height: 68px;*/
    margin: 0 auto 3%;
}
.top-bg .bg-shade .eng{
    font-size:50px;
    font-weight:bold;
    line-height:50px;
    color:rgba(255,255,255,1);
    letter-spacing:2px;
}
.top-bg .bg-shade .cn{
    font-size:24px;
    font-weight:500;
    line-height:33px;
    color:rgba(255,255,255,1);
}
.top-bg .bg-shade p{
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:rgba(255,255,255,1);
}
.top-bg .bg-shade p.explain{
   margin: 20px 0;
}
.top-bg .bg-shade .more.shademore{
    color: white;border-color: white;margin-top: 7%;margin-bottom: 10%
}
.top-bg >img{
    width: 100%;
}
.signform{
  margin: 40px 0 20px;
}
.signform .signcontent{
    width: 80%;
}
.signform input[name="content"]{
    width: 50%;
    height: 60px;
    padding: 0 20px;
}
.signform input {
    width: 25%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
}
.signform button {
    margin: 0 20px;
    width: 20%;
    background:rgba(236,185,77,1);
    font-size:16px;
    font-weight:500;
    line-height:60px;
    color:rgba(255,255,255,1);
}

.topshadenav{
    margin: 4% 0 8%;
}
.topshadenav .nav-item {
    min-width: 150px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#ECB94D;
    text-decoration: none;
    color: #fff;
    transform: skewX(-45deg);
    margin-right: 20px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 16px;
}
.topshadenav .nav-item >.name {
    transform: skewX(45deg);
    white-space:nowrap;

}
.topshadenav .nav-item.cur{
    background:#006962;
}
.topshadenav .nav-item.cur >.name {
    color:rgba(255,255,255,1);
}
/*1.顶部*/
.topborder{
    width: 100%;
    background:#006962;
}
.topborder >.top {
    height: 80px;
}
.topborder >.top .logo{
    width: 350px;
}
.logo img{
    width: 100%;
}
.topborder > .top .nav{
    color: #ffffff;
}
.topborder > .top .nav .nav-item{
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
}
.topborder > .top .nav .nav-item:hover::after,.topborder > .top .nav .nav-item.cur::after{
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #ffffff ;
}
.topborder > .top .nav .nav-item:hover,.topborder > .top .nav .nav-item.cur{
    padding-top: 10px;
}
.topborder > .top .language{
    color:#999999;
}
.topborder > .top .language>a{
    padding: 0 10px;
    font-size: 16px;
    color:#999999;
}
.topborder > .top .language .cur{
    color:#ffffff;
}
.mobiletop,.mobilemenu{
    display: none;
}
/*.mobilemenuheight{*/
/*    height: 0;*/
/*}*/
/*底部*/
.footer{
    background:rgba(0,105,98,1);
    height: 530px;
}
.footer >.logo{
    width: 350px;
    margin:0 auto 90px;
}
.footer >.infors{
    -webkit-justify-content:center; justify-content:center;
}
.footer >.infors .box.padding{
    padding-left: 3%;
}
.footer >.infors .box{
    width:368px;
    height:127px;
    border:1px solid rgba(255,255,255,1);
    border-radius:3px;
    box-sizing: border-box;
    margin-right: 4%;
}
.footer >.infors .box:last-child{
    margin-right: 0;
}
.footer >.infors .box .box-item{
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    /*margin-bottom: 20px;*/
}
.footer >.infors .box .wx{
    width: 98px;
    height: 98px;
    margin-right: 30px;
}
.footer >.infors .box .wx>img{
    width: 100%;
}
.footer >.infors .box a{
    min-width:121px;
    max-width: 200px;
    height:36px;
    background:rgba(255,255,255,0.23);
    font-size:14px;
    font-weight:500;
    line-height:36px;
    color:rgba(255,255,255,1);
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}

.beian{
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}
/*--底部--*/


/*1.首页*/
.titleblock{
    width:100%;
    text-align: center;
    padding: 4% 0;
}
.titleblock.title2{
    padding: 4% 0  1% 0;
}
.textblock{
    text-align: center;
    font-size:18px;
    line-height:34px ;
    font-weight:bold;
    color:rgba(102,102,102,1);
    margin-bottom: 30px;
}
.swiper-container{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
     --swiper-navigation-size:2vw;/* 设置按钮大小 */
     --swiper-pagination-color: #000;/* 两种都可以 */
 }
.index-swiper .swiper-slide img{
    width:100%;
}
.index-swiper{
    margin-bottom:3%;
}
.index-next,.index-prev{
    padding: 1.2vw;
    background:rgba(0,0,0,0.4);
}
.index-about{
    margin-bottom: 30px;
}
.index-about .about-item{
    width: 50%;
}
.index-about .about-item.p {
    box-sizing: border-box;
    padding: 2% 4% ;

}
.index-about .about-item h1{
    font-size:36px;
    font-weight:bold;
    line-height:50px;
    color:rgba(51,51,51,1);
    margin-bottom: 10%;
    /*border-bottom: solid 2px #333333;*/
}
.index-about .about-item p.text{
    font-size:16px;
    font-weight:400;
    line-height:30px;
    color:rgba(51,51,51,1);
    margin: 20px 0;
    text-indent:2em;
    letter-spacing:2px;
}
.index-about img{
    width: 100%;
}
.index-about .textblock{
    width: 100%;
    margin:10% 0;
}
.text-item{
  width: 480px;
    padding: 0 1%;
    box-sizing: border-box;
    border-right: solid 1px rgba(112,112,112,1);
}
.text-item:last-child{
    border-right: none

}
.text-item .name{
    /*width: 110px;*/
    font-size:44px;
    font-weight:800;
    line-height:62px;
    color:rgba(0,105,98,1);
    flex-shrink: 0;
    padding: 0 10px;

}
.text-item p.c{
    text-align: left;
    font-size:17px;
    font-weight:bold;
    line-height:30px;
    color:rgba(51,51,51,1);
}
.text-item p.e{
    text-align: left;
    font-size:16px;
    font-weight:500;
    line-height:18px;
    color:rgba(51,51,51,1);
}
.index-character{
   width: 1580px;
    margin:2% auto 4%;
}

.index-character .character-item{
    width:32%;
    /*height:196px;*/
    background:rgba(0,105,98,1);
    border-radius:5px 98px 5px 98px;
    /*padding:40px 63px;*/
   padding: 2% 4%;
    font-size:14px;
    font-weight:400;
    line-height:30px;
    color:rgba(255,255,255,1);
    letter-spacing:2px;
    box-sizing: border-box;
}
.imglists{
  width: 100%;
    padding:0 8% ;

    box-sizing: border-box;
    margin-bottom: 2%;

}
.imglists >.img{
    width: 32%;
}
.index-other{
    width: 100%;
    padding: 3% 7% 5%;
    background:rgba(245,245,245,1);
    box-sizing: border-box;
    margin-bottom: 2%;
}
.index-other .other-item{
    text-align: center;
}
.index-other .other-item >img{
   margin: 0 0 2%;
}
.index-other .other-item >p{
    font-size:18px;
    font-weight:400;
    line-height:34px;
    color:rgba(51,51,51,1);
}
.index-news {
    width: 1400px;
    margin: auto;
}

/*4.产品中心*/
.proCon >.content{
    width:1200px;
    margin: auto;
    padding: 50px 0;
}
.proCon >.content .top{
    border-bottom: solid 1px rgba(238,238,238,1);
    height: 50px;
}
.proCon >.content .top .title{
    color:rgba(51,51,51,1);
}
.proCon >.content  .top .title  .name{
    font-size:24px;
    font-weight:bold;
    line-height:48px;
    color:rgba(51,51,51,1);
    border-bottom: solid 4px #006962;
    display: inline-block;
}
.proCon >.content  .top .title  .ename{
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:rgba(51,51,51,1);
    padding-left: 15px;
}
.proCon >.content  .searchblock>input{
    width:220px;
    height:36px;
    border:1px solid rgba(238,238,238,1);
    padding: 0 20px;
}
.proCon >.content  .searchblock>.btn {
    width:80px;
    height:36px;
    background:rgba(0,105,98,1);
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:rgba(255,255,255,1);
    text-align: center;
}
.proCon >.content .pronav{
    margin-top: 60px;
}
.proCon >.content a.nav-item {
    min-width: 150px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#EEEEEE;
    text-decoration: none;
    color: #fff;
    transform: skewX(-45deg);
    margin-right: 20px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 16px;
}
.proCon >.content a.nav-item >.name {
    transform: skewX(45deg);
    color:rgba(102,102,102,1);
}
.proCon >.content a.nav-item.cur{
    background:#006962;
}
.proCon >.content a.nav-item.cur >.name {
    color:rgba(255,255,255,1);
}
.product{
    box-sizing: border-box;
    margin:0px auto 0;
}
.product >.product-item{
    background: #ffffff;
    width: 32%;
    margin: 20px 0;
    position: relative;
}
.product >.product-item .propic{
    width:100% ;
    height: 100%;
    background:transparent;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 100%;
}
.product >.product-item .propic >img{
    max-width: 100%;max-height: 566px;
    padding-top: 20px;
}
.product >.product-item .text  {
    position: absolute;
    width: 100%;
    padding: 5% 6%;
    background:rgba(51,51,51,0.6);
    color: #fff;
    font-size:24px;
    /*font-weight:bold;*/
    bottom: 0;
    z-index: 10;
    line-height:33px;
    box-sizing: border-box;
    min-height:104px ;
}
/*--产品中心--*/
/*产品详情页*/
.prodetailCon .contents{
    width: 1200px;
    margin: auto;
}
.prodetailCon .contents .proname{
    width: 100%;
    padding: 4% 5%;
    background:rgba(245,245,245,1);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.prodetailCon .contents .proname .name{
    width: 100%;
    padding: 4% 5%;
    background:rgba(255,255,255,1);
    font-size:22px;
    font-weight:bold;
    line-height:30px;
    color:rgba(51,51,51,1);
    box-sizing: border-box;
}
.prodetailCon .contents .mess .mess_nav{
   width: 100%;
    height: 46px;
    background:rgba(245,245,245,1);
}
.prodetailCon .contents .mess .mess_nav>div{
    min-width: 124px;
    padding: 0 10px;
    line-height: 46px;
    text-align: center;
    font-size:16px;
    color:rgba(102,102,102,1);

}
.prodetailCon .contents .mess .mess_nav .cur{
    color:rgba(255,255,255,1);
    background:rgba(0,105,98,1);
}
.prodetailCon .contents .mess{
    margin-bottom: 40px;
}
.prodetailCon .contents .mess  .mess_detail{
    margin-top: 2%;
}
.prodetailCon .contents .mess  .mess_detail img{
   max-width: 100%;
}

#wrapper{
   width: 100%;
    margin: 70px 0 20px;

}
#wrapper .pr{
    width: 80%;
    text-align: center;
    border:1px solid rgba(112,112,112,1);
}
#wrapper .pr>img{
    max-height:925px;
    max-width: 958px;
}
.thumbelina {
    position: relative;
}
.thumbelina li{
   width: 100%;
    padding: 2% ;
    box-sizing: border-box;
    /*height: 200px;*/
}
.thumbelina li>img{
    max-height:100%;
    max-width: 100%;
    text-align: center;
}
#surround {
    width:100%;
}
#surround .right{
    width: 20%;
    height:807px;

}
#slider1 {
    /*margin: 18px 0;*/
    height:753px;

    overflow-y: hidden;
    /*padding:50px 0 0;*/
}
.scrollbtn{
    width:calc(100% - 40px);
    height:28px;
    background:rgba(204,204,204,1);
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    color: white;
    /*margin: 0;*/
    margin: 0 20px;
    box-sizing: border-box;
}
/*--产品详情页--*/

/*首页产品*/
.index-pro{
    width: 1600px;
    margin: auto;
}
.index-pro .product >.product-item{
    width: 24%;
}
 .more{
    width:150px;
     /*padding: 0 10px;*/
    height:32px;

    border:1px solid rgba(0,105,98,1);
    font-size:14px;
    font-weight:500;
    line-height:32px;
    color:rgba(0,105,98,1);
    display: block;
    text-align: center;
    margin: 20px auto 100px;
}
/*pages*/
.pagination{
    display:inline-block;
    margin:70px auto 30px;
}
.pagination li{
    min-width:30px;
    height:30px;
    background:rgba(238,238,238,1);
    float:left;
    margin-right: 10px;
}
.pagination li> a{
    display:block;
    line-height: 30px;
    color:rgba(102,102,102,1);
    text-align: center;
    padding: 0 10px;
}
.pagination .active a{
    color: #ffffff;
    background:rgba(0,105,98,1);
}

/*about荣誉*/
.honor{
    width: 100%;
    padding:2% 15%;
    box-sizing: border-box;
    background:rgba(245,245,245,1);
}
.honor >.item{
    width: 32%;
    text-align: center;
}
.honor >.item img{
    width: 60%;
}

/*悬浮框*/
ul.sidebar{
    position: fixed;
    top: 24%;
    right:1%;
    width:48px;
    z-index: 100;
    /*background:#fff;*/
}
ul.sidebar >li{
    height: 48px;
    position: relative;
    /*border-bottom: solid 1px #ffffff;*/
    margin-bottom: 10px;
    background:rgba(51,51,51,0.6);
}
/*ul.sidebar >li a{*/
/*    display: block;*/
/*    height: 73px;*/
/*    background:#000000;*/
/*    text-align: center;*/
/*    line-height: 73px;*/
/*}*/
/*ul.sidebar >li:last-child{*/
/*    margin-bottom: 0px;*/
/*}*/
/*ul.sidebar >li a>i{*/
/*    color: #FFFFFF;*/
/*    font-size: 30px;*/
/*}*/
/*ul.sidebar >li a:hover>i{*/
/*    color: #0B967B;*/
/*}*/
.wxBlock{
    /*background:rgba(250,250,250,1);*/
    /*border:1px solid rgba(227,227,227,1);*/
    position:absolute;
    bottom:-89px;
    right:67px;
    line-height: 18px;
    display: none;
    background:rgba(51,51,51,0.6);
    padding: 10%;

}
ul.sidebar li:hover  div{
    display: block;
}
ul.sidebar .wxBlock img{
    /*margin: 8px;*/
    width: 156px;
    height: 157px;
}
ul.sidebar .wxBlock h1{
    text-align: center;
    font-size:22px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px;
}
.htBlock{
    display: none;
    line-height: 18px;
    position:absolute;
    bottom:-39px;
    right: 64px;
    padding: 30%  ;
    width:248px;
    /*height:103px;*/
    background:rgba(51,51,51,0.6);
    /*border:1px solid rgba(227,227,227,1);*/
    text-align: left;
    color: #fff;
}
ul.sidebar  .htBlock h2{
    /*width:90px;*/
    vertical-align:bottom;
    font-size:22px;
    font-weight:400;
    /*color:rgba(68,68,68,1);*/
    line-height:29px;
}
ul.sidebar  .htBlock p{
    font-size:20px;
    font-weight:400;
    line-height:30px;
}


/*产品详情*/
/*.prodetblock>h1{*/
/*    text-align: center;*/
/*    font-weight:bold;*/
/*    color:rgba(51,51,51,1);*/
/*}*/
/*.prodetblock .proinfor{*/
/*    background: #fff;*/
/*    margin: auto;*/
/*}*/
/*.prodetblock .proinfor >.left{*/
/*    width: 50%;*/
/*    position: relative;*/
/*}*/
/*.prodetblock .proinfor >.right{*/
/*    width: 50%;*/
/*}*/
/*.prodetblock .proinfor >.right .part .title{*/
/*    background:rgba(11,150,123,1);*/
/*    color: #fff;*/
/*    font-weight:bold;*/
/*    text-align: center;*/
/*}*/
/*.prodetblock .proinfor >.right .part >p{*/
/*    width:80%;*/
/*    color:rgba(51,51,51,1);*/
/*}*/
/*.prodetblock .mess{*/
/*    margin: auto;*/
/*}*/
/*.prodetblock .mess .mess_nav>div{*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    color: #333333;*/
/*    font-weight: bold;*/
/*}*/
/*.prodetblock .mess .mess_nav>div.cur{*/
/*    background:rgba(255,255,255,1);*/
/*    color:#0B967B ;*/
/*    */
/*}*/
/*.prodetblock .mess .mess_detail{*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    */
/*}*/
/*.prodetblock .mess .mess_detail>div{*/
/*    margin: auto;*/
/*    display: none;*/
/*    */
/*}*/
/*.prodetblock .mess .mess_detail>div.show{*/
/*    display: block;*/
/*}*/
/*.prodetblock .mess .mess_detail>div  img{*/
/*    width: 100%;*/
/*}*/

/*#surround {*/
/*    margin: auto;*/
/*}*/
/*#slider1 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/
/*#slider1 li {*/
/*    cursor: pointer;*/
/*    vertical-align: top;*/
/*    text-align: center;*/
/*    box-sizing: border-box;*/
/*    border: solid 1px #E5E5E5;*/
/*}*/
/*#slider1 li:hover, #slider1 li.li-current {*/
/*    border-color: #0B967B;*/
/*    box-sizing: border-box*/
/*}*/
/*#surround .btn{*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    font-weight: bold;*/
/*    border:solid 2px #0B967B;*/
/*    text-align: center;*/
/*    color: #0B967B;*/
/*}*/


/*案列*/
.case .caselist{
     margin: auto;
 }
.case .caselist .item{
    position: relative;
}
.case .caselist .item>div.shade{
    position: absolute;
    top: 0;
    background:rgba(0,0,0,0.6);
}
.case .caselist .item>div.text{
    display: none;
    width: 100%;
    text-align: center;background:rgba(11,150,123,1);
    color:rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
}
.case .caselist .item:hover>div.shade{
    display: none;
}
.case .caselist .item:hover>div.text{
    display: block;
}
.case .caselist .item>div.shade>div{
    text-align: center;
    color:rgba(255,255,255,1);
    border: solid 1px #fff;
    
}

/*案列图片方大*/
.lightBox-pic{overflow: hidden}
.js-lightBox{cursor: pointer;opacity: .8;}
.js-lightBox:hover{opacity: 1;}
.lightBox-view img{display: none;border:0px;margin:0px !important;}
.lightBox-popupMask{
    position: fixed;background:black;filter:alpha(opacity=80);
    opacity:0.8;width:100%;height: 100%;z-index:9999;display: none;background-image: url('../images/overlay.png');
}
.lightBox-popup{
    display: none;position: fixed;z-index:99999;top:0%;left:49%;background-color: white;
    border:12px solid white;background-repeat: no-repeat;background-position: center center;
    background-image: url('../images/loading.gif');
    background-size: 8%;height: auto !important;
}
.lightBox-description .lightBox-btn{
    display: inline-block;height: 50px;width:50px;text-align: center;cursor: pointer;
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    filter:alpha(opacity=20);
    opacity: .6;
    /*background: red;*/
    /*background-image: url('images/opacity.png');*/
    position: absolute;top: 40%;
}
.lightBox-prev-btn {left: -80px}
.lightBox-next-btn{right: -80px}
.lightBox-description .lightBox-prev-btn:after{
    content: '<';
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.lightBox-description .lightBox-next-btn:after{
    content: '>';
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.lightBox-description .lightBox-btn:hover{filter:alpha(opacity=100);opacity: 1;color: #0DA09C !important;}
.lightBox-description .lightBox-prev-btn.disable{opacity: 0.3;cursor: default;border-top-left-radius: 10px;}
.lightBox-description .lightBox-next-btn.disable{opacity: 0.3;cursor: default;}
.lightBox-view .lightBox-description{
    line-height: 60px;display: none;filter:alpha(opacity=80);text-align: center;height: 48px;
}
.lightBox-view .lightBox-description .lightBox-close{
    display: block;cursor: pointer;right: -30px;top: -30px;z-index: 999999999;
}
.lightBox-view .lightBox-description .lightBox-close:after{
    display: block;content: '';font-size: 18px;font-weight: bold;position: absolute;right: -25px;
    top: -25px;z-index: 9999999;color: #888888;background: url('../images/close.png')  no-repeat;width:40px;height:40px;background-size: 100%;
}
.lightBox-view .lightBox-description .lightBox-current-index{display: none}

/*新闻中心*/
.index-news .news-list {
  margin-top: 1%;
}
.news-list{
    margin-top: 60px;
}
.news-list .news-item{
    padding: 25px 0;
    position: relative;
}
.news-list .news-item .left{
    width: 13%;
    box-sizing: border-box;
}
.news-list .news-item::after{
    width: 1px;
    height: 100%;
    content: "";
    background:  #999999;
    position: absolute;
    left: 13%;
    /*width: 13%;*/
    /*border-right: solid 1px #999999;*/
    /*box-sizing: border-box;*/
}
.news-list .news-item:hover .left{
    border-right: solid 2px #333333;
}
.news-list .news-item .left .date{
    font-size:36px;
    font-weight:bold;
    line-height:50px;
    color:rgba(153,153,153,1);
}
.news-list .news-item .left .icon {
    font-size: 30px;
    color:rgba(207,207,207,1);
}
.news-list .news-item .right{
    width: 87%;
    /*padding: 0 0 0 5%;*/
}

.news-list .news-item .right .about{
    width: 56%;
    padding: 0 3%;
    box-sizing: border-box;

}
.news-list .news-item .right .about h1 {
    font-size:18px;
    font-weight:bold;
    line-height:25px;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
}
.news-list .news-item .right .about p {
    font-size:12px;
    font-weight:500;
    line-height:20px;
    color:rgba(51,51,51,1);
}
.news-list .news-item .right>img{
  max-width: 44%;max-height:177px;
}


/*新闻详情*/
.newsdetailCon >.content{
    text-align: center;
}
.newsdetailCon >.content .newstitle{
    font-size:30px;
    font-weight:bold;
    line-height:42px;
    color:rgba(51,51,51,1);
    margin-bottom: 30px;
}
.newsdetailCon >.content .infor {
    font-size:12px;
    font-weight:400;
    line-height:30px;
    color:rgba(153,153,153,1);
    border-bottom: solid 1px #EEEEEE;
}
.newsdetailCon >.content .infor>div{
    margin-right: 20px;
}
.newsdetailCon >.content .about {
    background:rgba(252,251,253,1);
    border:1px solid rgba(232,232,232,1);
    padding: 15px;
    font-size:14px;
    font-weight:400;
    line-height:25px;
    color:rgba(153,153,153,1);
    /*letter-spacing:5px;*/
    margin: 20px 0;
    text-align: left;

}
.newsdetailCon >.content .contain {
    text-align: left;
    margin-bottom: 2%;
}
.newsdetailCon >.content .contain img{
    max-width: 100%;
}
.newsdetailCon >.content  .page a{
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:rgba(153,153,153,1);
    text-align: left;
}
/*服务*/
.service{
    margin: auto;
}
.service >.title{
    font-weight:bold;
    color:rgba(11,150,123,1);
    text-align: center;
}
.service >.content .left{
    width: 50%;
}

.service >.content .left .block>div.tit{
    font-weight:400;
    color:rgba(11,150,123,1);
}
.service >.content .left .block>div.tit>h1{
    display: inline-block;
    font-weight:400;
    color:rgba(51,51,51,1);
    vertical-align: baseline;
    
}

.service >.content .left .block>div.item{
    color:rgba(51,51,51,1);
}
.service >.content .left>h2{
    color:rgba(51,51,51,1);
}
.service >.content .left>p{
    color:rgba(51,51,51,1);
}

/*联系我们*/
.message{
    margin: auto;
    text-align: center;
}
.message>.title{
    font-weight:bold;
    color:rgba(11,150,123,1);
    text-align: center;
}
.message>form .item{
    border:1px solid rgba(191,191,191,1);
}
.message>form .item>div.star{
    width:10%;
    text-align: center;
    color: #FF0000;
}
.message>form .item input{
    display: inline-block;
    width: 74%;
    border: none;
    background: none;
    color:rgba(51,51,51,1);
}
.message textarea {
    color:rgba(51,51,51,1);
    box-sizing: border-box;
    margin: auto;
    border: 1px solid rgba(191,191,191,1);
    background: none;
}
.message>form .btn>button{
    color: #FFFFFF;
    text-align: center;
}
.message>form .btn>button.reset{
    background:rgba(67,67,67,1);
}
.message>form .btn>button.submit{
    background: #0B967B
}
.contact{
    margin:0 auto 100px ;
    width: 1200px;
}
.contact-item{
    width: 23%;
    text-align: center;
    padding: 10px ;
    position: relative;
    box-sizing: border-box;

}

.contact-item .infor{
    text-align: left;
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:rgba(51,51,51,1);

}
.contact-item .infor.center {
    text-align: center;
}
.contact-item >.img{
    width: 100%;
    height: 100px;
    padding: 20px 0;
}
.contact-item >.img img{
    max-width: 100%;
    max-height: 100%;
}
.wave{
    width: 100%;
    margin-top: 15%;
}
.map {
    width: 100%;
    height: 776px;
    margin-bottom: 50px;
}

/*关于我们*/
.introduction{
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}
.introduction> .title{
    color:rgba(11,150,123,1);
}
.introduction >p{
    color:rgba(51,51,51,1);
    text-align: left;
}
.introduction >.sblock .item{
    text-align: center;
}
.introduction >.sblock .item>p{
    color: #B5B5B5;
}
.culture{
    margin: auto;
}
.culture .citem{
    text-align: center;
    background: #fff;
}
.culture .citem>h1{
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.culture .citem>p{
    color:rgba(51,51,51,1);
}

.develop{
    margin: auto;
}
.develop>.block{
    width: 50%;
    position: relative;
}
.develop>.block .blockitem{
    position: absolute;
}
.develop>.block .blockitem>h1{
    font-weight:300;
    color:rgba(51,51,51,1);
}
.develop>.block .blockitem>div .text{
    background:rgba(11,150,123,1);
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
}

.develop>.block .blockitem>div>.line{
    background: #0B967B;
}
.develop>.block .blockitem.item1{
    top:5%;
}
.develop>.block .blockitem.item2{
    top: 31%;
}
.develop>.block .blockitem.item3{
    top: 57%;
}
.develop>.block .blockitem.item4{
    top: 83%;
}
.develop>.block.right{
    border: none;
}
.develop>.block.right  .blockitem>h1{
    padding-left: 235px;
}
.graybg>.bottom{
    text-align: center;
    color:#0B967B ;
    font-style:italic;font-weight:bold;
}
.graybg>.bottom>i{
    vertical-align: middle;
}

.about-swiper {
    width: 60%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.about-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-slide>img{
    max-width: 300px;
}
.about-next{
    right: 10%;
}
.about-prev{
    left: 10%;
}

.honor{
    position: relative;
}
.about-button{
    background:rgba(0,0,0,0.4);
    color: #fff;
}
.factory{
    margin: auto;
}
.factory> .item{
    position: relative;
}
.factory> .item>.text{
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    background:rgba(0,0,0,0.6);
    
}
.factory> .item:hover >.text{
    display: block;
}
#qrcode{
    padding: 7px;background: #fff;width: 100px;height: 100px;
    /*margin-bottom: 10px;*/
    margin:0 auto 10px;
}
#qrcode img{
    width: 100%;
    height: 100%;
}
#qrcode1{
    padding: 12px;background: #fff;width: 145px;height: 145px
}
#qrcode1 img{
    width: 100%;
    height: 100%;
}
@media (max-width: 1650px){
    /*首页产品*/
    .index-pro{
        width: 96%;
        margin: auto;
    }

    .index-about .about-item.p {
        padding: 1% 2% ;

    }
    .index-about .about-item h1{
        font-size:32px;
        line-height:50px;
        margin-bottom: 10px;
    }
    .index-about .about-item p.text{
        font-size:14px;
        line-height:24px;
        margin: 10px 0;
        letter-spacing:1px;
    }
    .index-news{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .index-character{
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .index-about .textblock .text-item{
    width: 33%;
}
}

@media (max-width: 1200px){
    .justityp{
        text-align: justify;word-break:break-all;width:200px;margin:6px auto 0;line-height: 12px!important;
    }
    /*顶部*/
    .topborder >.top {
        height: 70px;
    }
    .topborder >.top .logo{
        width: 250px;
    }
    .topborder > .top .nav .nav-item{
        font-size: 14px;
        padding: 0 10px;
    }
    .topborder > .top .language>a{
        padding: 0 5px;
        font-size: 14px;
    }
    /*--顶部--*/

    /*产品中心*/
    .proCon >.content{
        width:100%;
        box-sizing: border-box;
        padding: 20px;
    }
    .proCon >.content .pronav{
        margin-top: 30px;
    }
    .product >.product-item .text  {
        font-size:20px;
        min-height: 86px;
    }

    /*首页产品*/
    .index-pro .product >.product-item{
        width: 48%;
    }
    /*首页*/
    .index-other{
        width: 100%;
        padding: 20px 1% 35px;
        /*background:rgba(245,245,245,1);*/
        /*box-sizing: border-box;*/
    }
    .index-other .other-item >img{
        margin: 30px 0;
    }
    .index-other .other-item >p{
        font-size:14px;
        line-height:24px;
    }
    .index-about .about-item.p {
        padding: 1% 2% ;

    }
    .index-about .about-item h1{
        font-size:28px;
        line-height:30px;
        margin-bottom: 10px;
    }
    .index-about .about-item p.text{
        font-size:12px;
        line-height:18px;
        margin: 10px 0;
        /*letter-spacing:1px;*/
    }
    .index-about .textblock{
        margin:70px 0;
    }
    .text-item{
        width: 33%;
        padding: 0 1%;
    }
    .text-item .name{
        /*width: 80px;*/
        font-size:32px;
        line-height:62px;
        padding: 0 10px;
    }
    .text-item p.c{
        font-size:14px;
        line-height:24px;
    }
    .text-item p.e{
        font-size:13px;
        line-height:15px;
    }
    .index-character .character-item{
        border-radius:5px 70px 5px 70px;
        padding: 2% 3%;
        font-size:14px;
        /*font-weight:400;*/
        line-height:24px;
        /*color:rgba(255,255,255,1);*/
        letter-spacing:1px;
        /*box-sizing: border-box;*/
    }

    /*about荣誉*/
    .honor{
        padding:2% 8%;
    }

    /*产品详情页*/
    .prodetailCon .contents{
        width:100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #wrapper{
        margin: 50px 0 10px;
    }
    /*--产品详情页--*/

    /*联系我们*/
    .contact{
        margin:0 auto 10% ;
        width: 100%;
    }
    .contact-item{
        width: 30%;}

}

@media (max-width: 900px ){
    .swipershade{
        opacity: 1;
    }
    .titleblock >img{
        /*width: 50%;*/
        /*max-width: 50%;*/
        max-height: 30px;
    }
    /*顶部*/
    .topborder{
        height: 40px;
    }
    .topborder> .top {
        display: none;
    }
    .topborder> .mobiletop{
        padding: 0 3% ;
        width: 94%;
        position: fixed;
        top: 0;
        z-index: 100;
        height: 40px;
        display: flex;
        color: #fff;
        background:rgba(0,105,98,1);
    }
    .mobiletop .language>a{
        display: inline-block;
    }
    .mobiletop .language>a>img{
        max-width: 29px;
        margin:0 6px;
    }
    .mobiletop .logo>img{
        max-width: 150px;
    }
    .mobilemenu, .mobilemenu .nav {
        display: block;
        text-align: center;
    }
    .mobilemenu .nav>i{
        line-height: 50px;
    }
    .mobilemenu {
        height: 100%;
        position: fixed;
        width: 140px;
        right: 0;
        top: 0;
        background:#006962;
        color: #999999;
        z-index: 1100;
        overflow-y: auto;
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        transform: translateX(140px);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        box-shadow: 1px 0 3px transparent;
        overflow: hidden
    }
    .mobilemenu.show {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 1px 0 3px #999;
    }
    .mobilemenu .navBox {
        font-size: 14px;
        display: block;
        padding: 10px;
        line-height: 20px;
        border-bottom: 1px solid #999999;
        color: #999999
    }
    .mobilemenu .navBox.curr {
        color: #ffffff;
    }
    /*---顶部---*/

    /*顶部图片阴影部分*/
    .top-bg .bg-shade{
        padding: 1% 5% 1% 5% ;
    }
    .top-bg .bg-shade .eng{
        font-size:20px;
        font-weight:bold;
        line-height:30px;
        letter-spacing:1px;
    }
    .top-bg .bg-shade .cn{
        font-size:14px;
        line-height:20px;
    }
    .top-bg .bg-shade p{
        font-size:12px;
        line-height:16px;
    }
    .top-bg .bg-shade p.explain{
        margin: 10px 0;
    }
    .top-bg .bg-shade>img{
        width: 10%;
    }
    .top-bg .bg-shade .more.shademore{
        color: white;border-color: white;margin-top: 2%;margin-bottom: 3%
    }

    .top-bg >img{
        width: 100%;
    }
    .signform{
        margin: 2% 0 2% ;
    }

    .signform input[name="content"]{
        /*width: 50%;*/
        height: 30px;
        padding: 0 10px;
    }
    .signform input {
        /*width: 25%;*/
        height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }
    .signform button {
        margin: 0 10px;
        width: 20%;
        /*background:rgba(236,185,77,1);*/
        font-size:14px;
        /*font-weight:500;*/
        line-height:30px;
        /*color:rgba(255,255,255,1);*/
    }

    .topshadenav{
        margin: 1% 0 1%;
    }
    .topshadenav .nav-item {
        min-width:65px;
        padding: 0 2%;
        height: 20px;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*background:#ECB94D;*/
        /*text-decoration: none;*/
        /*color: #fff;*/
        /*transform: skewX(-45deg);*/
        margin-right: 10px;
        line-height: 20px;
        font-size: 12px;
        margin-bottom: 0;
    }
    /*.topshadenav .nav-item >.name {*/
    /*    transform: skewX(45deg);*/
    /*}*/
    /*.topshadenav .nav-item.cur{*/
    /*    background:#006962;*/
    /*}*/
    /*.topshadenav .nav-item.cur >.name {*/
    /*    color:rgba(255,255,255,1);*/
    /*}*/

    /*底部*/
    .footer{
        height: auto;
        padding: 20px 0 10px;
    }
    .footer >.logo{
        width: 250px;
        margin:0 auto 20px;
    }
    .footer >.infors{
       flex-wrap: wrap;
        -webkit-justify-content:space-around; justify-content:space-around;
    }
    .footer >.infors .box.padding{
        padding-left: 2%;
    }
    .footer >.infors .box{
        width:230px;
        min-height:110px;
        margin-right:0;
        margin-bottom: 10px;
        padding: 2%;
    }
    .footer >.infors .box:last-child{
        margin-right: 0;
    }
    .footer >.infors .box .box-item{
        line-height:18px;
        font-size: 12px;
    }
    .footer >.infors .box .wx{
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .footer >.infors .box a{
       min-width:90px;
        max-width: 150px;
        height:24px;
        font-size:12px;
        line-height:24px;
        margin-top: 7px;
        padding: 0 10px;
    }
    .beian{
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /*--底部--*/

    /*产品中心*/
    .proCon >.content .top {
        height: auto;
    }
    .proCon >.content  .top .title  .name{
        font-size:18px;
        line-height:30px;
        border-bottom: solid 2px #006962;
    }
    .proCon >.content  .top .title  .ename{
        font-size:12px;
        padding-left: 10px;
    }
    .proCon >.content  .searchblock{
        margin: 10px 0;
    }
    .proCon >.content  .searchblock>input{
        width:130px;
        height:30px;
        padding: 0 10px;
    }
    .proCon >.content  .searchblock>.btn {
        width:60px;
        height:30px;
        font-size:12px;
        line-height:30px;
    }
    .proCon >.content .pronav{
        margin-top: 2%;
    }
    .proCon >.content a.nav-item {
        min-width: 100px;
        padding: 0 10px;
        height: 30px;
        margin-right: 10px;
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product{
        box-sizing: border-box;
        margin:0px auto 0;
    }
    .product >.product-item{
        width: 49%;
        margin: 10px 0;
    }
    .product >.product-item .propic{
        width:100% ;
        height: 100%;
        /*background:rgba(245,245,245,1);*/
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box;
        line-height: 100%;
    }
    .product >.product-item .propic >img{
        max-width: 100%;max-height: 500px;
        padding-top: 10px;
    }
    .product >.product-item .text  {
        font-size:18px;
        line-height:20px;
        min-height: 58px;
    }

    /*新闻中心*/
    .news-list{
        margin-top:30px;
    }
    .news-list .news-item{
        padding: 16px 0;
    }
    .news-list .news-item .left{
        /*width: 13%;*/
        /*box-sizing: border-box;*/
    }
    .news-list .news-item .left .date{
        font-size:24px;
        /*font-weight:bold;*/
        line-height:40px;
        /*color:rgba(153,153,153,1);*/
    }
    .news-list .news-item .left .icon {
        font-size: 20px;
        /*color:rgba(207,207,207,1);*/
    }
    .news-list .news-item .right{
        /*width: 87%;*/
        /*padding: 0 0 0 5%;*/
    }
    .news-list .news-item .right .about{
        /*width: 56%;*/
        /*padding: 0 3%;*/
        /*box-sizing: border-box;*/

    }
    .news-list .news-item .right .about h1 {
        font-size:14px;
        /*font-weight:bold;*/
        line-height:16px;
        /*color:rgba(51,51,51,1);*/
        margin-bottom: 10px;
    }
    .news-list .news-item .right .about p {
        /*font-size:12px;*/
        /*font-weight:500;*/
        /*line-height:20px;*/
        /*color:rgba(51,51,51,1);*/
    }
    .news-list .news-item .right>img{
        max-width: 44%;max-height:147px;
    }


    /*footer*/
    .footerCon{
        width: 100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .footerCon .left{
        width: 43%;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        /*margin-right: 66px;*/
    }
    .footerCon .left>h1{
        font-size:17px;
    }
    .footerCon .left>h2{
        font-size:12px;
    }
    .codeblock{
        margin-top: 19px;
    }
    .codeblock .code{
        width: 129px;
    }
    .footer .codeblock .code1{
        width: 64px;
    }

    /*首页*/
    .index-about {
        margin-bottom: 10px;
    }
    .index-about .about-item{
        width: 100%;
    }
    .index-about .about-item.p {
        padding: 1% 2% ;

    }
    .index-about .about-item h1{
        font-size:20px;
        line-height:30px;
        margin-bottom: 10px;
    }
    .index-about .about-item p.text{
        font-size:12px;
        line-height:18px;
        margin: 10px 0;
        /*letter-spacing:1px;*/
    }
    .index-about .textblock{
        margin:5% 0;
    }
    .text-item{
        width: 100%;
        padding: 0 2%;
        border: none;
        margin: 1% 0;
    }
    .text-item .name{
        width:26%;
        font-size:18px;
        line-height:27px;
        padding-right: 2%;
        padding-left: 0;
    }
    .imglists{
        width: 100%;
        padding:0 2% ;
    }
    .imglists >.img{
        width: 100%;
    }
    .index-character .character-item{
        width: 100%;
        margin: 10px 0;
        border-radius:5px 40px 5px 40px;
        padding: 3% 5%;
        font-size:14px;
        line-height:24px;
        letter-spacing:1px;
    }

    /*about荣誉*/
    .honor{
        padding:2% 4%;
    }
    
    .codeblock .code>p{
        font-size:12px;
        line-height: 16px;
    }
    .footerCon .right .footnav{
        margin-bottom: 5px;
    }
    .footerCon .right .footnav> a{
        margin-right:14px;
        font-size:12px;
        line-height: 25px;
        /*margin-bottom: 20px;*/
    }
    .messitem{
        font-size:12px;
        line-height: 25px;
    }
    .messitem>i{
        font-size: 12px;
        margin-right:10px;
    }
    
    /*about*/
    .sidenav,.sidebar{
        display: none;
    }
    .introduction{
        width:100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .introduction> .title{
        font-size:17px;
        line-height:35px;
    }
    .introduction >p{
        margin: 6px 0;
        line-height: 20px;
        font-size:12px;
    }
    .introduction >img{
        width: 100%;
    }
    .introduction >.sblock{
        margin: 20px 0 10px;
    }
    .introduction >.sblock .item{
        width: 25%;
        text-align: center;
    }
    .introduction >.sblock .item>img{
        width: 40px;
    }
    .introduction >.sblock .item>p{
        font-size: 12px;
        line-height: 20px;
    }
    
    .culture{
        width:100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .culture .citem{
        width: 100%;
        margin:5px 0 ;
        padding: 7px 0;
    }
    .culture .citem>h1{
        font-size:16px;
        line-height: 35px;
    }
    .culture .citem>p{
        line-height: 25px;
        font-size:13px;
    }
    
    .develop{
        width:100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .develop>.block{
        width: 50%;
        height: 400px;
        border-right:3px dashed rgba(238,238,238,1);
    }
    .develop>.block .blockitem{
        right: -11px;
        width: 100%;
    }
    .develop>.block .blockitem>h1{
        padding-left: 4vw;
        font-size:5vw;
        font-weight:300;
        line-height:7vw;
    }
    .develop>.block .blockitem>div .text{
        width: 45vw;
        border-radius:15px;
        font-size:12px;
        line-height:16px;
        padding: 12px 5px;
    }
    .develop>.block .blockitem>div>img{
        width: 26px;
        height: 26px;
        margin:8px 0;
    }
    .develop>.block .blockitem>div>.line{
        width: 8vw;
        height:1px;
        margin:20px 0;
    }
    .develop>.block.right{
        border: none;
    }
    .develop>.block.right .blockitem{
        left: -11px;
    }
    .develop>.block.right  .blockitem>h1{
        padding-left:19vw;
    }
    .graybg>.bottom{
        padding: 40px 0 20px;
        font-size:17px;
    }
    .graybg>.bottom>i{
        margin-right:15px;
        font-size: 27px;
    }

    .factory{
        width: 100%;
        padding: 2vw;
        box-sizing: border-box;
        /*padding-bottom: 30px;*/
    }
    .factory> .item{
        margin: 10px 0 0 0;
    }
    .factory> .item>img{
        width: 100%;
        /*max-width:416px;*/
    }
    .factory> .item>.text{
        display: block;
        font-size: 12px;
        line-height: 34px;
        
    }
    
    .about-swiper {
        width:70%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /*!*产品中心*!*/

    /*产品详情页*/
    .prodetailCon .contents{
        width:100%;
        padding: 0 14px;
        box-sizing: border-box;
        /*margin: auto;*/
    }
    .prodetailCon .contents .proname{
        width: 100%;
        padding: 3.2% 4.3%;
        background:rgba(245,245,245,1);
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .prodetailCon .contents .proname .name{
        /*width: 100%;*/
        padding: 3% 4%;
        /*background:rgba(255,255,255,1);*/
        font-size:16px;
        /*font-weight:bold;*/
        line-height:20px;
        /*color:rgba(51,51,51,1);*/
        /*box-sizing: border-box;*/
    }
    .prodetailCon .contents .mess .mess_nav{
        width: 100%;
        height: 40px;
        background:rgba(245,245,245,1);
    }
    .prodetailCon .contents .mess .mess_nav>div{
        width:auto;
        min-width:72px;
        line-height: 40px;
        /*text-align: center;*/
        font-size:14px;
        padding: 0 10px;
        /*color:rgba(102,102,102,1);*/

    }
    .prodetailCon .contents .mess .mess_nav .cur{
        color:rgba(255,255,255,1);
        background:rgba(0,105,98,1);
    }
    .prodetailCon .contents .mess{
        margin-bottom: 40px;
    }
    .prodetailCon .contents .mess  .mess_detail img{
        max-width: 100%;
    }

    #wrapper{
        margin: 10px 0 10px;
    }
    /*#wrapper .pr{*/
    /*    width: 80%;*/
    /*    text-align: center;*/
    /*    border:1px solid rgba(112,112,112,1);*/
    /*}*/
    #wrapper .pr>img{
        max-height:500px;
        max-width: 100%;
    }
    /*.thumbelina {*/
    /*    position: relative;*/
    /*}*/
    .thumbelina li{
        width: 100%;
        height: 120px;
       margin: 10px 0;
    }
    /*.thumbelina li>img{*/
    /*    max-height:100%;*/
    /*    max-width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    #surround {
        width:100%;
    }
    #surround .right{
        width: 20%;
        height:507px;
       /*padding: 5px;*/
    }
    .scrollbtn{
        width: calc(100% - 10px);
        margin: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    #slider1 {
        /*margin: 18px 0;*/
        height:466px;
        /*padding:50px 0 0;*/
    }

    .thumbelina{
        padding: 5px;
    }

    /*--产品详情页--*/

    /*.prodetblock{*/
    /*    padding: 15px 0;*/
    /*}*/
    /*.prodetblock>h1{*/
    /*    font-size:14px;*/
    /*    line-height: 20px;*/
    /*    padding: 10px 0;*/
    /*}*/
    /*.prodetblock .proinfor{*/
    /*    width: 100%;*/
    /*    padding: 2vw;*/
    /*    box-sizing: border-box;*/
    /*    !*padding: 20px 0;*!*/
    /*}*/
    /*.prodetblock .proinfor >.left {*/
    /*    width: 100%;*/
    /*    */
    /*}*/
    /*.prodetblock .proinfor >.right{*/
    /*    width: 100%;*/
    /*}*/
    /*.prodetblock .proinfor >.right .part{*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.prodetblock .proinfor >.right .part .title{*/
    /*    width:163px;*/
    /*    height:26px;*/
    /*    border-radius:13px;*/
    /*    font-size:14px;*/
    /*    line-height: 26px;*/
    /*    margin-bottom: 10px;*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.prodetblock .proinfor >.right .part >p{*/
    /*    font-size:12px;*/
    /*    line-height: 20px;*/
    /*    width: 100%;*/
    /*}*/
    /*.prodetblock .mess{*/
    /*    width: 100%;*/
    /*    padding: 2vw;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.prodetblock .mess .mess_nav{*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.prodetblock .mess .mess_nav>div {*/
    /*    !*width: 100px;*!*/
    /*    height: 41px;*/
    /*    border-radius: 3px 3px 0px 0px;*/
    /*    line-height: 41px;*/
    /*    font-size: 13px;*/
    /*    padding:0 9px;*/
    /*}*/
    /*.prodetblock .mess .mess_detail{*/
    /*    width: 100%;*/
    /*    padding: 10px 10px;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.prodetblock .mess .mess_detail>img{*/
    /*    width: 100%;*/
    /*}*/
    /*.prodetblock .mess .mess_detail>div p {*/
    /*    font-size: 12px;*/
    /*    line-height: 20px;*/
    /*}*/
    /*#surround {*/
    /*    !*width:43%;*!*/
    /*    width: 80vw;*/
    /*}*/
    /*#surround img {*/
    /*    width: 100%;*/
    /*    border: none;*/
    /*}*/
    /*#slider1 {*/
    /*    margin: 2vw 0;*/
    /*    height: 17vw;*/
    /*    width: 100%;*/
    /*}*/
    /*#slider1 li {*/
    /*    margin: 0 1vw;*/
    /*    padding: 0;*/
    /*    width:15vw;*/
    /*}*/
    /*#slider1 li img {*/
    /*    max-width:13vw;*/
    /*}*/
    
    /*#surround .btn{*/
    /*    bottom:4.2vw;*/
    /*    border-radius: 5px;*/
    /*    width: 5vw;*/
    /*    height:11.5vw;*/
    /*    font-size: 3vw;*/
    /*    line-height:11.5vw;*/
    /*    color: #0B967B;*/
    /*    cursor: pointer;*/
    /*    border:solid 1px #0B967B;*/
    /*}*/
    /*#surround div.left{*/
    /*    left:12%;*/
    /*}*/
    /*#surround div.right{*/
    /*    right:12%;*/
    /*}*/
    
    /*案列*/
    .case .caselist{
        width: 100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .case .caselist .item{
        /*margin: 24px 0 28px;*/
        /*width: 45vw;*/
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .case .caselist .item:nth-child(2n){
        margin-right: 0;
    }
    .case .caselist .item>img{
        width:100%;
        /*height: 36vw;*/
    }
    .case .caselist .item>div.shade{
        width: 100%;
        height:100%;
    }
    .case .caselist .item>div.text{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .case .caselist .item>div.shade>div{
        font-size: 13px;
        line-height:25px;
        width:142px;
        /*height:25px;*/
        margin:calc((36vw - 25px)/2) auto;
    }
    
    /*新闻中心*/

    
    /*新闻详情*/
    .newsdetail{
        width: 100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    
    .newsdetail >.title h1{
        font-size:16px;
        line-height:30px;
        padding-top: 10px;
    }
    .newsdetail >.title .mess{
        font-size:12px;
        line-height:26px;
    }
    .newsdetail >.title .mess>div{
        margin: 0 19px;
    }
    .newsdetail >.title .mess>div>i{
        margin-right: 5px;
    }
    .newsdetail >.contain {
        padding:10px 20px ;
    }
    .newsdetail >.contain>p{
        line-height: 20px;
        font-size:12px;
        padding: 2px 0;

    }
    .newsdetail >.contain>div>img{
        /*max-width:535px;*/
        width: 100%;
    }
    .newsdetail> .page{
        padding: 10px 20px 10px;
    }
    .newsdetail> .page a{font-size: 14px;
    line-height: 20px}
    
    /*服务*/
    .service{
        width: 100%;
        padding: 2vw;
        box-sizing: border-box;
    }
    .service >.title{
        font-size:15px;
        line-height: 25px;
        /*padding: 5px 0;*/
    }
    .service >.content .left .block{
        margin-bottom: 6px;
    }
    .service >.content .left .block>div.tit{
        font-size:28px;
        line-height:30px;
    }
    .service >.content .left .block>div.tit>h1{
        font-size:14px;
        padding-left: 10px;
        
    }
    .service >.content .left .block>div.item> .diamond{
        margin-right: 10px;
        
    }
    .service >.content .left .block>div.item{
        font-size:12px;
        line-height: 20px;
    }
    .service >.content .left>h2{
        font-size:17px;
        line-height: 30px;
    }
    .service >.content .left>p{
        font-size:12px;
        line-height:20px;
    }
    .service >.content .right>img{
        width: 100%;
        /*max-width:450px ;*/
    }
    .youshi{
        /*padding: 10px 0 10px;*/
    }
    
    /*联系我们*/
    .map {
        width: 100%;
        height: 70vw;
        margin-bottom: 3%;

    }
}
@media (max-width:600px ){
    .justityp{
        text-align: justify;word-break:break-all;width:180px;margin:6px auto 0;line-height: 12px!important;
    }
    .pagination {
        margin: 0 auto 20px;
    }
    .textblock {
        padding: 0 10px;
        font-size: 14px;
        line-height:24px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    /*产品中心*/
    .proCon >.content {
        padding: 10px;
    }
    .product{
        box-sizing: border-box;
        margin:0px auto 0;
    }
    .product >.product-item{
        width: 100%;
        margin: 10px 0;
    }
    .product >.product-item .text  {
        font-size:14px;
        line-height:20px;
    }

    /*首页*/
    .index-other{
        width: 100%;
        padding: 10px 1% 20px;
        /*background:rgba(245,245,245,1);*/
        /*box-sizing: border-box;*/
    }
    .index-other .other-item{
        width: 100%;
        flex: none;
    }
    .index-other .other-item >img{
        width: 30%;
        margin: 0;
    }
    .index-other .other-item >p{
        font-size:12px;
        line-height:22px;
    }

    /*首页产品*/
    .index-pro .product >.product-item{
        width:100%;
    }
     .more{
        min-width:102px;
        height:20px;
        font-size:12px;
        line-height:20px;
        display: block;
        margin: 20px auto 20px;
         padding: 0 10px;
    }

    /*新闻列表页*/
    .news-list{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .news-list .news-item .right .about{
        width: 100%;
    }
    .news-list .news-item .right >img {
        max-width: 100%;
        padding-left:3%;
        padding-top: 5px;
    }
    .news-list .news-item .left .date {
        font-size: 16px;
        line-height: 30px;
    }

    .newsdetailCon >.content .newstitle{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    /*about*/
    .honor{
        padding:3% 3%;
    }
    .honor >.item img
    {
        width: 90%;
    }

    /*联系我们*/
    .top-bg .bg-shade.fix{
        position: relative;
        padding: 2% 2%;
    }
    .contact-item{
        width: 100%;
    }
    .wave{
        width: 100%;
        margin-top: 5%;
    }
    .contact-item >.img{
        width: 100%;
        height: 40px;
        padding: 10px 0;
    }

}